From 87a3b3b466ebc0859bee7ffe0f5b461ce49227d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Neuwirth?= Date: Fri, 29 May 2009 19:43:29 +0200 Subject: Protocoll, conditions --- ue4/mycpu/cdatset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ue4/mycpu/cdatset.h') diff --git a/ue4/mycpu/cdatset.h b/ue4/mycpu/cdatset.h index 56a0630..5861379 100644 --- a/ue4/mycpu/cdatset.h +++ b/ue4/mycpu/cdatset.h @@ -55,8 +55,8 @@ class CDatSet * @return reference to inputstream * @globalvars none * @exception none - * @pre none - * @post none + * @pre stream != null + * @post cdat.m_value = count of char 'o' */ friend std::istream& operator>>(std::istream & stream, CDatSet& cdat) { -- cgit v1.2.3