FX::FXProcess::dllHandle::dllHandle ( dllHandle o  )  [inline]

Definition at line 208 of file FXProcess.h.

References h.

00208                                 : h(o.h)
00209         {
00210 #endif
00211 #else
00212     private:
00213         dllHandle(const dllHandle &);       // disable copy constructor
00214     public:
00215         dllHandle(dllHandle &&o) : h(o.h)
00216         {
00217 #endif
00218             o.h=0;
00219         }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:40 2009 for TnFOX by doxygen v1.4.7