Changeset 2945 for box/trunk/lib
- Timestamp:
- 26/04/2011 19:44:26 (13 months ago)
- Location:
- box/trunk/lib/backupstore
- Files:
-
- 27 moved
-
BackupClientFileAttributes.cpp (moved) (moved from box/trunk/lib/backupclient/BackupClientFileAttributes.cpp)
-
BackupClientFileAttributes.h (moved) (moved from box/trunk/lib/backupclient/BackupClientFileAttributes.h)
-
BackupCommands.cpp (moved) (moved from box/trunk/bin/bbstored/BackupCommands.cpp)
-
BackupConstants.h (moved) (moved from box/trunk/bin/bbstored/BackupConstants.h)
-
BackupStoreConstants.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreConstants.h)
-
BackupStoreContext.cpp (moved) (moved from box/trunk/bin/bbstored/BackupStoreContext.cpp) (2 diffs)
-
BackupStoreContext.h (moved) (moved from box/trunk/bin/bbstored/BackupStoreContext.h)
-
BackupStoreDirectory.cpp (moved) (moved from box/trunk/lib/backupclient/BackupStoreDirectory.cpp)
-
BackupStoreDirectory.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreDirectory.h)
-
BackupStoreException.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreException.h)
-
BackupStoreException.txt (moved) (moved from box/trunk/lib/backupclient/BackupStoreException.txt)
-
BackupStoreFile.cpp (moved) (moved from box/trunk/lib/backupclient/BackupStoreFile.cpp)
-
BackupStoreFile.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreFile.h)
-
BackupStoreFileCryptVar.cpp (moved) (moved from box/trunk/lib/backupclient/BackupStoreFileCryptVar.cpp)
-
BackupStoreFileCryptVar.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreFileCryptVar.h)
-
BackupStoreFileEncodeStream.cpp (moved) (moved from box/trunk/lib/backupclient/BackupStoreFileEncodeStream.cpp)
-
BackupStoreFileEncodeStream.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreFileEncodeStream.h)
-
BackupStoreFileRevDiff.cpp (moved) (moved from box/trunk/lib/backupclient/BackupStoreFileRevDiff.cpp)
-
BackupStoreFileWire.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreFileWire.h)
-
BackupStoreFilename.cpp (moved) (moved from box/trunk/lib/backupclient/BackupStoreFilename.cpp)
-
BackupStoreFilename.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreFilename.h)
-
BackupStoreFilenameClear.cpp (moved) (moved from box/trunk/lib/backupclient/BackupStoreFilenameClear.cpp)
-
BackupStoreFilenameClear.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreFilenameClear.h)
-
BackupStoreObjectMagic.h (moved) (moved from box/trunk/lib/backupclient/BackupStoreObjectMagic.h)
-
Makefile.extra (moved) (moved from box/trunk/lib/backupclient/Makefile.extra) (1 diff)
-
RunStatusProvider.h (moved) (moved from box/trunk/lib/backupclient/RunStatusProvider.h)
-
backupprotocol.txt (moved) (moved from box/trunk/bin/bbstored/backupprotocol.txt)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupstore/BackupStoreContext.cpp
r2728 r2945 14 14 #include "BackupConstants.h" 15 15 #include "BackupStoreContext.h" 16 #include "BackupStoreDaemon.h"17 16 #include "BackupStoreDirectory.h" 18 17 #include "BackupStoreException.h" … … 29 28 #include "StoreStructure.h" 30 29 30 class BackupStoreDaemon; 31 31 32 #include "MemLeakFindOn.h" 32 33 33 34 34 // Maximum number of directories to keep in the cache -
box/trunk/lib/backupstore/Makefile.extra
r2598 r2945 2 2 MAKEPROTOCOL = ../../lib/server/makeprotocol.pl 3 3 4 GEN_CMD_SRV = $(MAKEPROTOCOL) Client ../../bin/bbstored/backupprotocol.txt 4 GEN_CMD_CLI = $(MAKEPROTOCOL) Client backupprotocol.txt 5 GEN_CMD_SRV = $(MAKEPROTOCOL) Server backupprotocol.txt 5 6 6 7 # AUTOGEN SEEDING 7 autogen_BackupProtocolClient.cpp autogen_BackupProtocolClient.h: $(MAKEPROTOCOL) ../../bin/bbstored/backupprotocol.txt 8 autogen_BackupProtocolClient.cpp autogen_BackupProtocolClient.h: $(MAKEPROTOCOL) backupprotocol.txt 9 $(_PERL) $(GEN_CMD_CLI) 10 11 # AUTOGEN SEEDING 12 autogen_BackupProtocolServer.cpp autogen_BackupProtocolServer.h: $(MAKEPROTOCOL) backupprotocol.txt 8 13 $(_PERL) $(GEN_CMD_SRV) 9 10 14 11 15 MAKEEXCEPTION = ../../lib/common/makeexception.pl
Note: See TracChangeset
for help on using the changeset viewer.
