Teamcenter C++ API Reference  2312
PomResultStatus.hxx
Go to the documentation of this file.
1 // Copyright 2022 Siemens Digital Industries Software
2 // ==================================================
3 // Copyright 2013.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2022 Siemens Digital Industries Software
8 
15 /* */
16 #ifndef TEAMCENTER_BASE_UTILS_POMRESULTSTATUS_HXX
17 #define TEAMCENTER_BASE_UTILS_POMRESULTSTATUS_HXX
18 
19 #include <base_utils/StatusT.hxx>
20 #include <base_utils/libbase_utils_exports.h>
21 
51 class BASE_UTILS_API PomResultStatus
52 {
53 public:
56 
63  PomResultStatus( int ifail ); //lint !e1931 <ThM> 2011-03-15 Cannot qualify as "explicit" because this conversion constructor is widely used in Teamcenter
64 
71  PomResultStatus( int ifail,
72  const char *s1, const char *s2=0, const char *s3=0,
73  const char *s4=0, const char *s5=0, const char *s6=0,
74  const char *s7=0 ); /* */
75 
77  virtual ~PomResultStatus();
78 
85  PomResultStatus & operator=( int ifail ); /* */
86 };
87 
88 #include <base_utils/libbase_utils_undef.h>
89 #endif