Did you try "kernel.cc"? Z.
________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of chenyangseamoon Sent: Friday, May 11, 2012 5:58 AM To: nox讨论组 Subject: [nox-dev] How can I find the function Kernel::get_instance's implementation? Hi, I read the NOX source code recently. I see this line: Kernel* kernel = Kernel::get_instance(); I can just find the this definination int kernel.hh:"static Kernel* get_instance();" I want to know how get_instance() function implemented. Which file implements this function that I can reference? Or it is just an interface and I just have to know how to use it? Thanks! Chen Yang 2012-05-11 ________________________________ chenyangseamoon
