[commit] r1261 - trunk/GME/Common

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Apr 11 09:58:00 CDT 2011


Author: ksmyth
Date: Mon Apr 11 09:58:00 2011
New Revision: 1261

Log:
Remove unused code

Modified:
   trunk/GME/Common/CommonMgaTrukk.h

Modified: trunk/GME/Common/CommonMgaTrukk.h
==============================================================================
--- trunk/GME/Common/CommonMgaTrukk.h	Mon Apr 11 09:53:51 2011	(r1260)
+++ trunk/GME/Common/CommonMgaTrukk.h	Mon Apr 11 09:58:00 2011	(r1261)
@@ -4,16 +4,6 @@
 
 #include <memory>
 
-template < class t >
-class SmartMultiPtr {
-	CComPtr< t > *m_ptr;
-public:
-	SmartMultiPtr(CComPtr< t > *x) : m_ptr(x) { ; }
-	~SmartMultiPtr() { delete[] m_ptr; }
-	operator CComPtr< t > *() { return m_ptr; }
-	t **operator &() { return &(m_ptr[0]); }
-};
-
 #define MGACOLL_ITERATE(iftype, collifptr) \
 { \
 	ASSERT( collifptr != NULL ); \


More information about the gme-commit mailing list