Changeset 7179
- Timestamp:
- 02/27/08 09:25:37 (5 years ago)
- Location:
- lang/c/partty/trunk
- Files:
-
- 3 modified
-
Makefile.am (modified) (1 diff)
-
cmd_host.cc (modified) (2 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/partty/trunk/Makefile.am
r7170 r7179 9 9 kazuhiki/basic.h kazuhiki/basic_impl.h kazuhiki/network.h kazuhiki/network_impl.h kazuhiki/parser.h \ 10 10 mp/dispatch.h mp/event.h mp/event_class.h mp/event_impl.h mp/functional.h mp/io.h mp/ios.h mp/mempool.h mp/sparse_array.h \ 11 mp/ios/net.h mp/ios/rw.h mp/ios/send.h mp/system/buffered_kqueue.h mp/system/buffered_kqueue_impl.h mp/system/epoll.h mp/system/epoll_impl.h mp/system/kqueue.h mp/system/kqueue_impl.h mp/system/ poll.h mp/system/poll_impl.h mp/system/select.h mp/system/select_impl.h11 mp/ios/net.h mp/ios/rw.h mp/ios/send.h mp/system/buffered_kqueue.h mp/system/buffered_kqueue_impl.h mp/system/epoll.h mp/system/epoll_impl.h mp/system/kqueue.h mp/system/kqueue_impl.h mp/system/select.h mp/system/select_impl.h -
lang/c/partty/trunk/cmd_host.cc
r7068 r7179 24 24 { 25 25 std::cout 26 << " \n"26 << "partty "<<VERSION<<"\n" 27 27 << "* Partty Host (create new session)\n" 28 28 << " [connect to server]$ partty-host [options] <server name> # use default port ["<<Partty::SERVER_DEFAULT_PORT<<"]\n" … … 36 36 << " -w <oparation password> password to operate the session\n" 37 37 << " -r <view-only password> password to view the session\n" 38 << " -c <lock character> control key to lock guest operation []]\n"38 << " -c <lock character> control key to lock guest operation (default: ']')\n" 39 39 << "\n" 40 40 << std::endl; -
lang/c/partty/trunk/configure.in
r7170 r7179 3 3 4 4 AC_PREREQ(2.61) 5 AC_INIT(partty, 0. 0.1, fr _at_ syuki.skr.jp)6 AM_INIT_AUTOMAKE(partty, 0. 0.1)5 AC_INIT(partty, 0.2.6, fr _at_ syuki.skr.jp) 6 AM_INIT_AUTOMAKE(partty, 0.2.6) 7 7 AC_CONFIG_SRCDIR(partty.h) 8 8 AC_CONFIG_HEADER(config.h)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)