TestableObject_impl.h
Go to the documentation of this file.
1 /*
2  * This file is protected by Copyright. Please refer to the COPYRIGHT file
3  * distributed with this source distribution.
4  *
5  * This file is part of REDHAWK core.
6  *
7  * REDHAWK core is free software: you can redistribute it and/or modify it
8  * under the terms of the GNU Lesser General Public License as published by the
9  * Free Software Foundation, either version 3 of the License, or (at your
10  * option) any later version.
11  *
12  * REDHAWK core is distributed in the hope that it will be useful, but WITHOUT
13  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15  * for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public License
18  * along with this program. If not, see http://www.gnu.org/licenses/.
19  */
20 
21 
22 #ifndef TESTABLEOBJECT_IMPL_H
23 #define TESTABLEOBJECT_IMPL_H
24 
25 #include "CF/cf.h"
26 #include "ossie/Autocomplete.h"
27 
28 /*
29 The testable object provides a stub for the standardization of tests
30 */
31 
33 #ifdef BEGIN_AUTOCOMPLETE_IGNORE
34  : public virtual POA_CF::TestableObject
35 #endif
36 {
37 public:
39 
40  // Run the test specified by TestID with the values supplied in testValues.
41  void runTest (CORBA::ULong TestID, CF::Properties& testValues)
42  throw (CF::UnknownProperties, CF::TestableObject::UnknownTest,
43  CORBA::SystemException);
44 };
45 #endif /* */
TestableObject_impl()
Definition: TestableObject_impl.h:38
Definition: TestableObject_impl.h:32
void runTest(CORBA::ULong TestID, CF::Properties &testValues)