Changeset 160 for trunk/archive/pslib/include/psPosition.h
- Timestamp:
- Mar 9, 2004, 2:05:25 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psPosition.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psPosition.h
r153 r160 49 49 /** Constructor */ 50 50 psOTAPos * 51 psOTAPos New(void);51 psOTAPosAlloc(void); 52 52 53 53 /** Destructor */ 54 54 void 55 psOTAPos Del(psOTAPos *restrict myOTAPos //!< Object to destroy55 psOTAPosFree(psOTAPos *restrict myOTAPos //!< Object to destroy 56 56 ); 57 57 … … 77 77 /** Constructor */ 78 78 psSkyPos * 79 psSkyPos New(void);79 psSkyPosAlloc(void); 80 80 81 81 /** Destructor */ 82 82 void 83 psSkyPos Del(psSkyPos *restrict mySkyPos //!< Object to destroy83 psSkyPosFree(psSkyPos *restrict mySkyPos //!< Object to destroy 84 84 ); 85 85 … … 102 102 /** Constructor */ 103 103 psLatLong * 104 psLatLong New(void);104 psLatLongAlloc(void); 105 105 106 106 /** Destructor */ 107 107 void 108 psLatLong Del(psLatLong *restrict myLatLong //!< Object to destroy108 psLatLongFree(psLatLong *restrict myLatLong //!< Object to destroy 109 109 ); 110 110
Note:
See TracChangeset
for help on using the changeset viewer.
