occstub.cpp 214 B

12345678910111213141516
  1. /*
  2. This is a helper stub file for BORLAND support only
  3. __BORLANDC__
  4. */
  5. class COleControlContainer
  6. {
  7. public:
  8. ~COleControlContainer();
  9. };
  10. COleControlContainer::~COleControlContainer()
  11. {
  12. }