~ubuntu-branches/ubuntu/wily/ecasound2.2/wily

« back to all changes in this revision

Viewing changes to kvutils/kvu_procedure_timer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-09-26 09:58:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926095852-k3v9ewhmxpaltusw
Tags: 2.5.2-3
yodl 2.13.1 removed --unique-output option. Remove --unique-output
accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "kvu_numtostr.h"
24
24
#include "kvu_procedure_timer.h"
25
25
 
 
26
#include <cstring>
 
27
 
26
28
PROCEDURE_TIMER::PROCEDURE_TIMER(int id) {
27
29
  reset();
28
30
  idstr_rep = "Timer-" + kvu_numtostr(id);