summaryrefslogtreecommitdiff
path: root/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'files.h')
-rw-r--r--files.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/files.h b/files.h
index e54d890..baa57a3 100644
--- a/files.h
+++ b/files.h
@@ -10,7 +10,7 @@
NAMESPACE_BEGIN(CryptoPP)
-//! .
+//! file-based implementation of Store interface
class CRYPTOPP_DLL FileStore : public Store, private FilterPutSpaceHelper, public NotCopyable
{
public:
@@ -45,7 +45,7 @@ private:
bool m_waiting;
};
-//! .
+//! file-based implementation of Source interface
class CRYPTOPP_DLL FileSource : public SourceTemplate<FileStore>
{
public:
@@ -63,7 +63,7 @@ public:
std::istream* GetStream() {return m_store.GetStream();}
};
-//! .
+//! file-based implementation of Sink interface
class CRYPTOPP_DLL FileSink : public Sink, public NotCopyable
{
public: