Shadowrun: Awakened 29 September 2011 - Build 871
ReplicaEnums.h
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 #ifndef __REPLICA_ENUMS_H
00010 #define __REPLICA_ENUMS_H
00011 
00014 enum
00015 {
00016     REPLICA_RECEIVE_DESTRUCTION=1<<0,
00017     REPLICA_RECEIVE_SERIALIZE=1<<1,
00018     REPLICA_RECEIVE_SCOPE_CHANGE=1<<2,
00019     REPLICA_SEND_CONSTRUCTION=1<<3,
00020     REPLICA_SEND_DESTRUCTION=1<<4,
00021     REPLICA_SEND_SCOPE_CHANGE=1<<5,
00022     REPLICA_SEND_SERIALIZE=1<<6,
00023     REPLICA_SET_ALL = 0xFF // Allow all of the above
00024 };
00025 
00026 enum ReplicaReturnResult
00027 {
00029     REPLICA_PROCESS_LATER,
00031     REPLICA_PROCESSING_DONE,
00033     REPLICA_CANCEL_PROCESS,
00037     REPLICA_PROCESS_AGAIN,
00040     REPLICA_PROCESS_IMPLICIT
00041 };
00042 
00043 #endif

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net