/
| 129 | |
| 130 | /*****************************************************************************/ |
| 131 | PJ *pj_new() { |
| 132 | /*****************************************************************************/ |
| 133 | return new (std::nothrow) PJ(); |
| 134 | } |
| 135 | |
| 136 | /*****************************************************************************/ |
| 137 | PJ *pj_default_destructor(PJ *P, int errlev) { /* Destructor */ |
no outgoing calls
no test coverage detected