Changeset 142 for trunk/foundation/class_c/nomstring.c
- Timestamp:
- Dec 3, 2006, 5:37:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/class_c/nomstring.c
r129 r142 121 121 } 122 122 123 NOM_Scope PNOMString NOMLINK impl_NOMString_copyString(NOMString* nomSelf, CORBA_Environment *ev) 124 { 125 /* NOMStringData* nomThis=NOMStringGetData(nomSelf); */ 126 PNOMString nomRetval=NOMStringNew(); 127 128 NOMString_assignString(nomRetval, nomSelf, ev); 129 130 return nomRetval; 131 } 132 123 133 124 134 NOM_Scope void NOMLINK impl_NOMString_nomInit(NOMString* nomSelf, CORBA_Environment *ev)
Note:
See TracChangeset
for help on using the changeset viewer.