Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTCallback Class Reference

#include <OTCallback.hpp>

Public Member Functions

 OTCallback ()
 
virtual EXPORT ~OTCallback ()
 
virtual EXPORT void runOne (const char *szDisplay, OTPassword &theOutput) const
 
virtual EXPORT void runTwo (const char *szDisplay, OTPassword &theOutput) const
 

Detailed Description

Definition at line 343 of file OTCallback.hpp.

Constructor & Destructor Documentation

opentxs::OTCallback::OTCallback ( )
inline

Definition at line 346 of file OTCallback.hpp.

347  {
348  }
opentxs::OTCallback::~OTCallback ( )
virtual

Definition at line 167 of file OTCallback.cpp.

168 {
169  otErr << "OTCallback::~OTCallback: (This should only happen ONCE ONLY -- "
170  "as the application is closing.)\n";
171  // std::cout << "OTCallback::~OTCallback()" << std:: endl;
172 }
OTLOG_IMPORT OTLogStream otErr

Member Function Documentation

void opentxs::OTCallback::runOne ( const char *  szDisplay,
OTPassword theOutput 
) const
virtual

Definition at line 176 of file OTCallback.cpp.

178 {
179  OT_FAIL_MSG("OTCallback::runOne: ASSERT (The child class was supposed to "
180  "override this method.)\n");
181 }
#define OT_FAIL_MSG(s)
Definition: Assert.hpp:144
void opentxs::OTCallback::runTwo ( const char *  szDisplay,
OTPassword theOutput 
) const
virtual

Definition at line 186 of file OTCallback.cpp.

188 {
189  OT_FAIL_MSG("OTCallback::runTwo: ASSERT (The child class was supposed to "
190  "override this method.)\n");
191 }
#define OT_FAIL_MSG(s)
Definition: Assert.hpp:144

The documentation for this class was generated from the following files: