~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Data/Observers/undo_observer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20100423070940-juy8n05xs1b6au8i
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
public:
24
24
  undo_observer_rep (archiver_rep* arch2): arch (arch2) {}
25
25
  int get_type () { return OBSERVER_UNDO; }
26
 
  ostream& print (ostream& out) { return out << " undoer<" << arch << ">"; }
 
26
  tm_ostream& print (tm_ostream& out) { return out << " undoer<" << arch << ">"; }
27
27
  void announce (tree& ref, modification mod);
28
28
 
29
29
  void reattach           (tree& ref, tree t);