Fresco/Fresco-IDL/share/idl/Fresco TextBuffer.idl,1.16,1.17

Tobias Hunger <[email protected]> Fri, 01 Aug 2003 11:47:24 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco
In directory purcel:/tmp/cvs-serv24256/Fresco-IDL/share/idl/Fresco

Modified Files:
	TextBuffer.idl 
Log Message:
Babylon work over:
 * Use iconv to convert characters to/from Babylon
 * Updtae to Unicode Version 4.0
 * Added unit tests (some fail for now, still need to work on that)

 * Removed the VisualTextBuffer from the CommandKit: I still like the idea,
   unfortunately it won't work out in the real world:-|

 * Updated code to the changed Babylon interfaces whereever needed.


Index: TextBuffer.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/TextBuffer.idl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- TextBuffer.idl	29 May 2002 06:57:01 -0000	1.16
+++ TextBuffer.idl	1 Aug 2003 16:47:21 -0000	1.17
@@ -109,21 +109,6 @@
       void remove_forward(in unsigned long d);
       //. Clear the buffer. It will be empty afterwards.
       void clear();
-
-      //. The order in which the String in this TextBuffer is stored.
-      readonly attribute StringOrder order;
-
-      //. Get the accociated TextBuffer that contains the String stored
-      //. in here in memory order. This operation returns a reference to
-      //. _this() if order() returns StringOrder::memory_order or a
-      //. reference to the associated buffer.
-      TextBuffer get_memory_buffer();
-      
-      //. Get the accociated TextBuffer that contains the String stored
-      //. in here in visual order. This operation returns a reference to
-      //. _this() if order() returns StringOrder::visual_order or a
-      //. reference to the associated buffer.
-      TextBuffer get_visual_buffer(); 
     };
 };