pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:26:33 by Martin Nilsson <nilsson@opera.com>
5c3202382c2ced6fb5cefe10ad7895d8feb39c9f (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
sslfile -> File and sslport -> port
189:
} }
-
#if constant(SSL.
sslfile
)
+
#if constant(SSL.
File
)
class PGconnS
-
{ inherit SSL.
sslfile
:std;
+
{ inherit SSL.
File
:std;
inherit PGassist:pg; Stdio.File rawstream; inline int(-1..1) peek(int timeout) { return rawstream.peek(timeout); // This is a kludge
-
} // Actually SSL.
sslfile
should provide a peek() method
+
} // Actually SSL.
File
should provide a peek() method
inline string read(int len,void|int(0..1) not_all) { return std::read(len,not_all);