E D R , A S I H C RSS

BackLinks search for "ChangeState"

BackLinks of ChangeState


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Gof/State
          void ChangeState (TCPState* );
          void ChangeState (TCPConnection* , TCPState* );
         void TCPConnection::ChangeState (TCPState* s) {
         void TCPState::ChangeState (TCPConnection* t, TCPState* s) {
          t->ChangeState (s);
          ChangeState (t, TCPEstablished::Instance ());
          ChangeState (t, TCPListen::Instance ());
          ChangeState (t, TCPListen::Instance ());
          ChangeState (t, TCPEstablished::Instance ());
         상태-구체적 작업들이 수행된 뒤, 이 명령들은 TCPConnection 의 상태를 전환하기 위해 ChangeState 명령을 호출한다. TCPConnection 은 TCP 커넥션 프로토콜에 대해 모른다. TCP에 대한 각각의 상태전환과 행동들을 정의하는 것은 TCPState 서브클래스들이다.
Found 1 matching page out of 7552 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0154 sec