Fresco/Berlin/modules/Commands TextBufferImpl.cc,1.14,1.15
Tobias Hunger <[email protected]> Sun, 08 Feb 2004 00:44:27 +0100
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/modules/Commands
In directory purcel:/tmp/cvs-serv3291/Berlin/modules/Commands
Modified Files:
TextBufferImpl.cc
Log Message:
Patch from Bernhard Fischer (cow): Misc. spelling and typo fixes, added Doku.
Index: TextBufferImpl.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Commands/TextBufferImpl.cc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- TextBufferImpl.cc 29 Dec 2003 08:03:20 -0000 1.14
+++ TextBufferImpl.cc 7 Feb 2004 23:43:28 -0000 1.15
@@ -120,7 +120,7 @@
void Berlin::CommandKit::TextBufferImpl::shift(CORBA::Long d)
{
- Prague::Trace trace("TextBufferImpl::size()");
+ Prague::Trace trace("TextBufferImpl::shift(...)");
Fresco::TextBuffer::Change ch;
{
Prague::Guard<Mutex> guard(my_mutex);