aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Store.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-04-18 19:04:30 +0000
committerVincent Richard <[email protected]>2006-04-18 19:04:30 +0000
commit3bbffc18de859c02130f135293e90a280101b79f (patch)
treef7264d66f60e184212306ff701d6939648bfac3b /src/net/pop3/POP3Store.cpp
parentClean up. (diff)
downloadvmime-3bbffc18de859c02130f135293e90a280101b79f.tar.gz
vmime-3bbffc18de859c02130f135293e90a280101b79f.zip
Renamed 'byte' to 'byte_t'.
Diffstat (limited to 'src/net/pop3/POP3Store.cpp')
-rw-r--r--src/net/pop3/POP3Store.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/pop3/POP3Store.cpp b/src/net/pop3/POP3Store.cpp
index 24e5b9c3..ba4a5254 100644
--- a/src/net/pop3/POP3Store.cpp
+++ b/src/net/pop3/POP3Store.cpp
@@ -454,10 +454,10 @@ void POP3Store::authenticateSASL()
}
case RESPONSE_READY:
{
- byte* challenge = 0;
+ byte_t* challenge = 0;
int challengeLen = 0;
- byte* resp = 0;
+ byte_t* resp = 0;
int respLen = 0;
try