pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-06-01
2014-06-01 11:49:27 by Martin Nilsson <nilsson@opera.com>
fc7f097bb1ec8f276c6721a793fc77192122621f (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
8.0
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);