Changeset 43 for pjproject/main/pjlib/include/pj++/proactor.hpp
- Timestamp:
- Nov 11, 2005 7:01:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/main/pjlib/include/pj++/proactor.hpp
r37 r43 1 1 /* $Id$ 2 2 */ 3 #ifndef __PJPP_PROACTOR_H __4 #define __PJPP_PROACTOR_H __3 #ifndef __PJPP_PROACTOR_HPP__ 4 #define __PJPP_PROACTOR_HPP__ 5 5 6 6 #include <pj/ioqueue.h> … … 30 30 : handler_(NULL) 31 31 { 32 pj_ioqueue_op_key_init(this, sizeof(*this)); 32 33 } 33 34 … … 38 39 : handler_(handler) 39 40 { 40 pj_memset(this, 0, sizeof(pj_ioqueue_op_key_t));41 pj_ioqueue_op_key_init(this, sizeof(*this)); 41 42 } 42 43 … … 498 499 }; 499 500 500 #endif /* __PJPP_PROACTOR_H__ */ 501 #endif /* __PJPP_PROACTOR_HPP__ */ 502
Note: See TracChangeset
for help on using the changeset viewer.