Changeset 4983


Ignore:
Timestamp:
Jul 16, 2009, 10:59:35 AM (15 years ago)
Author:
Christoph Mayer
Message:

-is started function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.h

    r4582 r4983  
    144144        void stop();
    145145
     146        /*
     147         * Check whether the base communication has been started up
     148         */
     149        bool isStarted();
     150
     151
    146152        /**
    147153         * Establishes a link to another end-point.
     
    336342
    337343        seqnum_t currentSeqnum;
     344
     345        /**
     346         * state of the base communication
     347         */
     348        bool basecommStarted;
     349
    338350};
    339351
Note: See TracChangeset for help on using the changeset viewer.