7 #ifndef COMMON_H__GLYMPSE__
8 #define COMMON_H__GLYMPSE__
72 public:
virtual int32
hold()
83 if ( ( 0 == result ) && ( 0 ==
_ref ) )
103 return (
this == o._object );
116 return ((int32)(value ^ (value >> 32)));
119 public:
virtual void attachObject(
const GCommon& obj)
121 CommonStorage::attachObject(obj);
124 public:
virtual GCommon extractObject()
126 return CommonStorage::extractObject();
132 #endif // !COMMON_H__GLYMPSE__