()
| 47 | {} |
| 48 | |
| 49 | virtual const word& name() const |
| 50 | { |
| 51 | return word::null; |
| 52 | } |
| 53 | |
| 54 | void testCallbackFunction() const |
| 55 | { |
| 56 | Info<< "calling testCallbackFunction for object " << name() << endl; |
| 57 | } |
| 58 | }; |
| 59 | |
| 60 |
no outgoing calls
no test coverage detected