Author: veithm
Date: Tue Dec 3 08:15:57 2013
New Revision: 1547310
URL: http://svn.apache.org/r1547310
Log:
ETCH-276 Added typedef for SmartPointer of EtchNumber
Change-Id: Iaff6a6ab87ac824f4d60bdb3d405b39d329900d9
Modified:
etch/trunk/binding-cpp/runtime/include/common/EtchNumber.h
Modified: etch/trunk/binding-cpp/runtime/include/common/EtchNumber.h
URL:
http://svn.apache.org/viewvc/etch/trunk/binding-cpp/runtime/include/common/EtchNumber.h?rev=1547310&r1=1547309&r2=1547310&view=diff
==============================================================================
--- etch/trunk/binding-cpp/runtime/include/common/EtchNumber.h (original)
+++ etch/trunk/binding-cpp/runtime/include/common/EtchNumber.h Tue Dec 3
08:15:57 2013
@@ -68,4 +68,6 @@ public:
};
+typedef capu::SmartPointer<EtchNumber> EtchNumberPtr;
+
#endif