contrib/gel/gmvl/gmvl_connection_sptr.h
Go to the documentation of this file.
00001 // This is gel/gmvl/gmvl_connection_sptr.h
00002 #ifndef gmvl_connection_sptr_h_
00003 #define gmvl_connection_sptr_h_
00004 //:
00005 // \file
00006 // \author crossge@crd.ge.com
00007 
00008 #include <gmvl/gmvl_connection.h>
00009 #include <vbl/vbl_smart_ptr.h>
00010 
00011 typedef vbl_smart_ptr<gmvl_connection> gmvl_connection_sptr;
00012 
00013 #endif // gmvl_connection_sptr_h_