~ubuntu-branches/ubuntu/gutsy/amarok/gutsy-updates

« back to all changes in this revision

Viewing changes to amarok/src/engine/helix/helix-sp/helix-include/common/include/hxcom.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-11-03 23:57:33 UTC
  • mfrom: (1.31.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061103235733-a41oyfz4mzienqin
Tags: 2:1.4.4-0ubuntu2
Add debian/kubuntu-media-amarok and
debian amarok_play_audiocd.desktop for good KDE integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
718
718
 *
719
719
 *  Putting the following macro in the definition of your class will overload
720
720
 *  new and delete for that object.  New will then take an IMalloc* from
721
 
 *  which to allocate memory from and store it in the begining of the
 
721
 *  which to allocate memory from and store it in the beginning of the
722
722
 *  memory which it will return.  Delete will grab this IMalloc* from
723
723
 *  the beginning of the mem and use this pointer to deallocate the mem.
724
724
 *