/
| 121 | |
| 122 | /*****************************************************************************/ |
| 123 | PJ *pj_new() { |
| 124 | /*****************************************************************************/ |
| 125 | return new(std::nothrow) PJ(); |
| 126 | } |
| 127 | |
| 128 | |
| 129 | /*****************************************************************************/ |
no outgoing calls
no test coverage detected