Hi,
I made a message, named RequestModel and when I declare pointer of
RequestModel like :
LOG("MSG_BEFORE");
RequestModel  *mmodel;
......
My module get loaded by apache  and I get the MSG_BEFORE in my apache
log.
But when I "new" my object, apache does'nt even call my function
without any error or segmentation fault :

LOG("MSG_BEFORE");
RequestModel  *mmodel=new RequestModel() ;
......
this way I don't get MSG_BEFORE in apache error.log.
can some one guess what's going on?

Regards,
Sky

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to