- Timestamp:
- 02/03/11 14:11:31 (16 months ago)
- Location:
- trunk/avango-core
- Files:
-
- 2 edited
-
include/avango/NetLock.h (modified) (2 diffs)
-
src/avango/network/NetLock.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-core/include/avango/NetLock.h
r1 r535 27 27 #define AV_NETLOCK_H 28 28 29 #include <avango/ Object.h>29 #include <avango/FieldContainer.h> 30 30 31 31 namespace av { … … 38 38 * Short: This is cooperative locking, you only have the lock when your id shows up in the "Granted" field. 39 39 */ 40 class NetLock : public Object{40 class NetLock : public FieldContainer { 41 41 42 42 AV_FC_DECLARE(); -
trunk/avango-core/src/avango/network/NetLock.cpp
r1 r535 48 48 if(!isTypeInitialized()) 49 49 { 50 Object::initClass();51 AV_FC_INIT(av:: Object,50 FieldContainer::initClass(); 51 AV_FC_INIT(av::FieldContainer, 52 52 av::NetLock, 53 53 true);
Note: See TracChangeset
for help on using the changeset viewer.
