/****************************************************************************** * TMBOAdd.cpp - description * ------------------- * begin : 2005/05/25 * copyright : (C) 2005 by Harald K. Strack * copyright : (C) 2005 by Trymedia Inc. * email : hstrack@trymedia.com ****************************************************************************** * changes name date comment */ /* TMBOAdd: Trymedia Handler for the ap4 add command. * * This handler implements nothing. (Not yet necessary) * */ #include "TMBOAdd.h" TMBOAdd::TMBOAdd () { } TMBOAdd::~TMBOAdd () { }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 5056 | harald_strack |
Directory support. Serious bug concerned to not unzipped binaries removed. Some other small bugfixes. |
||
#3 | 4980 | harald_strack |
Since I am maintaining the stuff in a local repository, I did some copy errors in the last revisions. Fixed. |
||
#2 | 4978 | harald_strack |
ap4 integrate implemented. Octal format is now used to save permissions. NOT backwards compatible anymore!!! |
||
#1 | 4975 | harald_strack |
Permissions are now masked to 555, so no write is possible. If you edit the Makefile and give the parameter -DFULL_PERMS, you have the old behaviour. Bugfix in ap4 revert: Edited and changed files were not reverted correctly. |