FreeBSD Bugzilla – Attachment 27257 Details for
Bug 46292
new ports at http://people.freebsd.org/~alane/.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-communication.h
patch-communication.h (text/x-chdr; charset="us-ascii"), 921 bytes, created by
David Holm
on 2002-12-20 23:29:18 UTC
(
hide
)
Description:
patch-communication.h
Filename:
MIME Type:
Creator:
David Holm
Created:
2002-12-20 23:29:18 UTC
Size:
921 bytes
patch
obsolete
>--- kaptain/communication.h.orig Sat Mar 2 19:56:32 2002 >+++ kaptain/communication.h Fri Dec 20 16:14:31 2002 >@@ -12,7 +12,7 @@ > QSocketNotifier * reader; > bool ok; > bool input, output; >- string message; // buffer >+ std::string message; // buffer > > public: > Communicator(); >@@ -21,19 +21,19 @@ > bool is_stdin(); > > bool setup_stdio(); >- bool setup_progio(string); >- bool setup_socket_server(string); >- bool setup_socket_client(string); >+ bool setup_progio(std::string); >+ bool setup_socket_server(std::string); >+ bool setup_socket_client(std::string); > > bool setup_stdin(); > bool setup_stdout(); >- bool setup_filein(string); >- bool setup_fileout(string); >+ bool setup_filein(std::string); >+ bool setup_fileout(std::string); > > void no_input() {input=false;} > void no_output() {output=false;} > >- void send(string); >+ void send(std::string); > > public slots: > void data_arrived(int);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 46292
:
27247
|
27248
|
27249
|
27250
|
27251
|
27252
|
27253
|
27254
|
27255
|
27256
| 27257 |
27258
|
27259
|
27260