소스 검색

+ Added SEmptyStreamIllegalReader/Writer

michael 21 년 전
부모
커밋
dd1426b42c
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 2
      rtl/objpas/rtlconst.pp

+ 7 - 2
rtl/objpas/rtlconst.pp

@@ -105,6 +105,8 @@ ResourceString
   SDuplicateName                = 'Duplcate name: A component named "%s" already exists';
   SDuplicateReference           = 'WriteObject was called twice for one instance';
   SDuplicateString              = 'String list does not allow duplicates';
+  SEmptyStreamIllegalReader     = 'Illegal Nil stream for TReader constructor';
+  SEmptyStreamIllegalWriter     = 'Illegal Nil stream for TWriter constructor';
   SErrindexTooLarge             = 'Bit index exceeds array limit: %d';
   SErrInvalidBitIndex           = 'Invalid bit index : %d';
   SErrNoStreaming               = 'Failed to initialize component: No streaming method available.';
@@ -522,7 +524,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.5  2004-01-11 01:17:22  michael
+  Revision 1.6  2004-08-19 07:28:50  michael
+  + Added  SEmptyStreamIllegalReader/Writer
+
+  Revision 1.5  2004/01/11 01:17:22  michael
   + need mode objfpc directive
 
   Revision 1.4  2004/01/10 20:13:19  michael
@@ -538,4 +543,4 @@ end.
     * arm fixes to the common rtl code
     * some generic math code fixed
     * ...
-}
+}