formatting
This commit is contained in:
@@ -11,10 +11,7 @@ public:
|
||||
AsynchronousLoop(
|
||||
unsigned int nTotal, unsigned int nSucceeded=0, unsigned int nFailed=0)
|
||||
: nTotal(nTotal), nSucceeded(nSucceeded), nFailed(nFailed)
|
||||
{
|
||||
}
|
||||
|
||||
~AsynchronousLoop(void);
|
||||
{}
|
||||
|
||||
bool isComplete(void) const
|
||||
{
|
||||
@@ -27,4 +24,4 @@ public:
|
||||
|
||||
} // namespace smo
|
||||
|
||||
#endif
|
||||
#endif // ASYNCHRONOUS_LOOP_H
|
||||
|
||||
Reference in New Issue
Block a user