[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 }