classicui_pub/aiw_generic_parameter_api/inc/AiwVariant.h
branchGCC_SURGE
changeset 31 335efd829e98
parent 0 2f259fa3e83a
equal deleted inserted replaced
28:d33307312dfe 31:335efd829e98
   110         /**
   110         /**
   111         * Assignment operator. Does not take ownership of data.
   111         * Assignment operator. Does not take ownership of data.
   112         *
   112         *
   113         * @param aValue The source object.
   113         * @param aValue The source object.
   114         */
   114         */
   115         IMPORT_C TAiwVariant& TAiwVariant::operator=(const TAiwVariant& aValue);
   115         IMPORT_C TAiwVariant& operator=(const TAiwVariant& aValue);
   116 
   116 
   117         // This class does not need a destructor because memory allocation
   117         // This class does not need a destructor because memory allocation
   118         // policy for variant class has been implemented by TAiwGenericParam
   118         // policy for variant class has been implemented by TAiwGenericParam
   119         // class.
   119         // class.
   120 
   120