Skip to content

Commit

Permalink
prep for SERVER-4608
Browse files Browse the repository at this point in the history
  • Loading branch information
U-tellus\cwestin committed Jan 6, 2012
1 parent a50081c commit 59c3247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mongo/bson/bsontypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ namespace mongo {
BinDataGeneral=0,
Function=1,
ByteArrayDeprecated=2, /* use BinGeneral instead */
bdtUUID = 3,
bdtUUID = 3, /* deprecated */
newUUID=4, /* language-independent UUID format across all drivers */
MD5Type=5,
bdtCustom=128
};
Expand Down

0 comments on commit 59c3247

Please sign in to comment.