소스 검색

Corrected documentation.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@96 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz 9 년 전
부모
커밋
65fe25929c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      child.hpp

+ 2
- 2
child.hpp 파일 보기

@@ -1180,7 +1180,7 @@ namespace CodeDweller {

\throws runtime_error if an error occurs.

\throws logic_error if the child process is not running.
\throws logic_error if the child process had not been started.

*/
bool isDone();
@@ -1194,7 +1194,7 @@ namespace CodeDweller {

\throws logic_error if the child process has not exited.

\throws logic_error if the child process is not running.
\throws logic_error if the child process had not been started.

*/
int32_t result();

Loading…
취소
저장