| 1458 | // Constructors |
| 1459 | public: |
| 1460 | CTabbedChildWindow(bool bReflectNotifications = false) : |
| 1461 | baseClass(bReflectNotifications) |
| 1462 | { |
| 1463 | } |
| 1464 | |
| 1465 | // Message Handling |
| 1466 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected